/*头部*/
.header-index { width:1300px; margin:0 auto; height:110px;  background:#fff;}
.header-index .logo{width:360px;padding:15px 0px 0px 0px;}
.header-index .logo img{height:78px;}
.header-index .header-ad {width:420px;padding-top:20px;text-align:center;}
.header-index .header-ad img {width:400px;height:70px;}
.header-index .header-r{width:504px;height:90px; padding-top:10px; }
.header-index .header-r li {float:left;width:72px;text-align:center;}
.header-index .header-r li img {width:66px;}
.header-index .search{height:34px;line-height: 34px;width:200px; position: relative;float:right;margin-top: 15px;}
.header-index .search .commonSearchInput{float:left;width:160px;height:34px;line-height: 34px;padding: 5px 10px;+padding:0;border: 1px solid #9c9c9c;color:#8C8C8C;box-sizing: border-box;border-radius:17px;}
.header-index .search .commonSearchInput:focus,.commonSearchBtn:focus{outline:none;}
.header-index .search .commonSearchBtn{position: absolute; right:0px; top:3px;cursor:pointer;height:28px; width:31px; border: none;background: url("/resource/img/search_logo.png") no-repeat center left;}
.header-index .search .commonSearchBtn:hover{background: url("/resource/img/search_logo_blue.png") no-repeat center left;}

/*nav*/
.nav-index {width: 100%;height:60px;margin: 0 auto;overflow: hidden;background:linear-gradient(90deg,#0561d3,#0435b8);}
.nav-index .nav{width:1300px;height:60px;line-height:60px;margin: 0 auto;font-size:20px;color:#fff;padding:0px;box-sizing: border-box;}
.nav-index .nav .nav_main {width:1100px;float:left;}
.nav-index .nav a{margin:0px 5px;color:#fff; display: inline-block;text-align: center;}
.nav-index .nav img {height:30px;margin-top:10px;}
/*.nav a:last-child{margin-right:0;}*/
.nav-index .nav a:hover{color:#ffb400;text-decoration:none;}
.nav-index .nav .search{height:34px;line-height: 34px;width:200px; position: relative;float:right;margin-top: 15px;}
.nav-index .nav .search .commonSearchInput{float:left;width:160px;height:34px;line-height: 34px;padding: 5px 10px;+padding:0;border: 1px solid #9c9c9c;color:#8C8C8C;box-sizing: border-box;border-radius:17px;}
.nav-index .nav .search .commonSearchInput:focus,.commonSearchBtn:focus{outline:none;}
.nav-index .nav .search .commonSearchBtn{position: absolute; right:0px; top:3px;cursor:pointer;height:28px; width:31px; border: none;background: url("/resource/img/search_logo.png") no-repeat center left;}
.nav-index .nav .search .commonSearchBtn:hover{background: url("/resource/img/search_logo_blue.png") no-repeat center left;}

/*头条*/
.toutiao{
    padding: 20px;
    text-align: center;
	background:#f9f9f9;
	margin-bottom:20px;
}
.toutiao>a{
    font-size: 30px;
    line-height: 50px;
    font-family:"微软雅黑";
    font-weight: bold;
    color: #1d3b83;
}
.toutiao>a:hover{
     color:#e70012;
}
.toutiao .recommend a{
    font-size: 16px;
	margin: 0px 5px;
color:#141414;
}
.toutiao .recommend a:hover{
    font-size: 16px;
    color:#ee1c25;
}
/*顶部通栏广告*/
.top_banner {width:100%;margin:0px auto;}
.top_banner img {width:100%;}
/*顶部下压广告*/
.top_ad {width:1300px;margin:0px auto;}
.top_ad img {width:100%;max-height:174px;height:174px;}
/*三联广告*/
.sanlian_ad {
	margin-bottom:20px;
	display: flex;
}
.sanlian_ad img {
	width:426px;
	height:80px;
} 
.sanlian_ad a:first-child{
	margin-right:11px;
}
.sanlian_ad a:last-child{
	margin-left:11px;
}
/*内容*/
.top_box{
   overflow: hidden;
   background-color:#f9f9f9;
}
.top_box a:hover{
    color:#ee1c25;
}
.top_box .top_left{
    width: 980px;
}
.slideBox1 {
    position: relative;
    width: 980px;
    height: 650px;
    overflow: hidden;
}

.slideBox1 .bd {
    height: 100%;
}

.slideBox1 img {
    width: 980px;
    height: 650px;
    vertical-align: bottom;
}

.slideBox1 .bd .shadow {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    width: 980px;
    height: 60px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.slideBox1 .bd .shadow p {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.slideBox1 .hd {
    position: absolute;
    bottom: 20px;
    right: -10px;
    transform: translateX(-50%);
    z-index: 999;
}

.slideBox1 .hd li {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin: 3px;
}

.slideBox1 .hd li:last-child {
    margin-right: 0;
}

.slideBox1 .hd li.on {
    background-color: #ee1c25;
}

.slideBox1 .prev {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left:0px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: .7;
    background: url("/resource/img/left-arrow.png") no-repeat center center;
	display:none;
}

.slideBox1 .next {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    right:0px;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: .7;
    background: url("/resource/img/right-arrow.png") no-repeat center center;
	display:none;
}

.box_com{
    margin-top:15px;
}
.box_com .title{
    border-bottom: 0px solid #eee;
}

.box_com .title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size:20px;
    border-bottom: 0px solid #ee1c25;
    font-weight: bold;
}

.box_con{
    width: 785px;
}

/*专题模块*/
.xxzt_box{
    width: 1200px;
    overflow: hidden;
}
.zt_box{
    margin-top:15px;
}
.zt_box .title{
    border-bottom: 0px solid #eee;
}

.zt_box .title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size:20px;
    border-bottom: 0px solid #ee1c25;
    font-weight: bold;
}

.zt_box_con{
    width: 1200px;
	background-color:#f9f9f9;
	padding:40px 0px;
}

.picScroll_ad {background:#f9f9f9;}
.picScroll_ad .bd {
    position: relative;
    width: 380px;    
    margin: 0 auto;
}

.picScroll_ad .bd .img_box {
    float: left;
    width: 94px;
    height: 116px;
	text-align: center;
	border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.picScroll_ad .bd .img_box:hover {
	background: #e1f1ff;	
}

.picScroll_ad .bd li {
    float: left;
    width: 380px;
}

.picScroll_ad .bd img {
    width: 40px;
    height: 40px;
    margin-top: 30px;
	margin-bottom: 6px;
}
.picScroll_ad .bd p {font-size:12px;}

.picScroll_ad .bd .prev,
.picScroll_ad .bd .next{
    box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 2;
    top: 224px;
    transform: translateY(-50%);
    cursor: pointer;
    width:26px;
    height:56px;
    background: url("/resource/img/left-arrow4.png") center center no-repeat;
    opacity: 0.5;
    background-size: contain;
}
.picScroll_ad .bd .next {
    background: url("/resource/img/right-arrow4.png") center center no-repeat;
    background-size: contain;
}

.picScroll_ad .bd .prev {
    left: 0px;
}

.picScroll_ad .bd .next {
    right: 0px;
}

/*专题*/
.picScroll_left .bd {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.picScroll_left .bd .img_box {
    float: left;
    width: 285px;
    height: 100px;
}

.picScroll_left .bd li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 285px;
    height: 100px;
    transition: .2s ease;
}

.picScroll_left .bd li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.picScroll_left .bd li .img_box img {
    width: 285px;
    height: 100px;
    vertical-align: bottom;
}
.picScroll_left .bd .tit_box {
    float: left;
    width: 285px;
    height: 50px;
    text-align: center;

}
.picScroll_left .bd .tit_box span{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.picScroll_left .bd li:hover .tit_box span{
    color:#ee1c25;
}
.picScroll_left .bd .prev,
.picScroll_left .bd .next{
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50px;
    transform: translateY(-50%);
    cursor: pointer;
    width:26px;
    height:56px;
    background: url("/resource/img/left-arrow4.png") center center no-repeat;
    opacity: 0.5;
    background-size: contain;
}
.picScroll_left .bd .next {
    background: url("/resource/img/right-arrow4.png") center center no-repeat;
    background-size: contain;
}

.picScroll_left .bd .prev {
    left: 0px;
}

.picScroll_left .bd .next {
    right: 0px;
}

.edu_box {overflow:hidden;}
.edu_box .title {border-bottom: 0px solid #eee;}
.edu_box .title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size:20px;
    border-bottom: 0px solid #ee1c25;
    font-weight: bold;
}

.edu_box .edu_box_left{
    width: 372px;
}
.edu_box_left_pic{width: 460px;}
.edu_box_left_pica {height: 260px;overflow: hidden;position: relative;}
.edu_box_left_pica span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:50px;
    height:50px;
    background: url("/resource/img/video.png") no-repeat center center;
	background-size: 50px;
}
.edu_box_left_pica img{width: 460px;height: 260px;transition: .3s ease;}
.edu_box_left_pica img:hover{transform: scale(1.1);transition: .3s ease;}
.edu_box_left_pica p {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0px;
    width:100%;
    height: 35px;
    line-height: 35px;
    color:#fff;
    text-align: center;
    font-size: 16px;
}
.edu_box_left_picb {margin-top:20px;}
.edu_box_left_picb li {float: left;margin-right: 20px;width: 220px;background:#f9f9f9;}
.edu_box_left_picb li:hover{background:#e1f1ff;}
.edu_box_left_picb li:last-child {margin-right: 0px;}
.edu_box_left_picb ul li .img_box{
    width: 220px;
    height: 130px;
    overflow: hidden;
	position:relative;
}
.edu_box_left_picb ul li .img_box span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:50px;
    height:50px;
    background: url("/resource/img/video.png") no-repeat center center;
	background-size: 50px;
}
.edu_box_left_picb ul li .img_box img{
    width: 220px;
    height: 130px;
    transition: .3s ease;
}
.edu_box_left_picb ul li .img_box img:hover{transform: scale(1.1);transition: .3s ease;}
.edu_box_left_picb ul li .tit_box{
    width: 220px;
    height:130px;
    line-height:24px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
	padding: 5px;
    box-sizing: border-box;
}

.edu_box .edu_box_right{
    width: 720px;
}
.edu_box_right_con ul{
    width: 100%;
}
.edu_box_right_con ul li{
    width: 228px;
    margin-right: 18px;
    float: left;
    position: relative;
    margin-bottom: 20px;	  
    background:#f9f9f9;
}
.edu_box_right_con ul li:hover{
    background: #e1f1ff;
}
.edu_box_right_con ul li:hover a{
    text-decoration: none;
}

.edu_box_right_con ul li:nth-child(3n){
    margin-right: 0;
}
.edu_box_right_con ul li .img_box{
    width: 228px;
    height: 130px;
    overflow: hidden;
	position:relative;
}
.edu_box_right_con ul li .img_box img{
    width: 228px;
    height: 130px;
    transition: .3s ease;
}
.edu_box_right_con ul li .img_box img:hover{transform: scale(1.1);transition: .3s ease;}
.edu_box_right_con ul li .img_box span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:50px;
    height:50px;
    background: url("/resource/img/video.png") no-repeat center center;
	background-size: 50px;
}
.edu_box_right_con ul li .tit_box{
    width: 228px;
    height:130px;
    line-height:24px;
    font-size: 14px;
    text-align: center;
    overflow: hidden; 
	padding: 5px;
    box-sizing: border-box;
}
.edu_box_right_con ul li:hover .tit_box span{
    color:#ee1c25;
}


/*上右侧*/
.top_box .top_right{
    width: 320px;
}
.news_box {
    width: 320px;
    float: left;
}
.news_box li {padding:5px 10px;height: 65px;box-sizing: border-box;}
.news_box li a{
    font-size:16px;
    color:#333;
    line-height: 25px;
}
.news_box .curr {background: url("/resource/img/news_li_bg.jpg") no-repeat center center;}
.news_box .curr a {color:#fff;font-weight:bold;}

/*广告*/
.gg_center{
    width: 1200px;
    height: 80px;
    display: flex;
}
.gg_center a{
    display: block;
}
.gg_center a:last-child {
    margin-left: 10px;
}
.gg_center a img{
    width: 595px;
    height: 60px;
}
.gg_tonglan_1300 {width:1300px;}
.gg_tonglan_1300 img {width:1300px;margin-bottom:20px;}
.gg_tonglan {width:1200px;}
.gg_tonglan img {width:1200px;margin-bottom: 10px;}
.gg_four {
    width: 1200px;
    height: 60px;
    display: flex;    
}
.gg_four a{
    display: block;
    margin-right: 20px;
}
.gg_four a:last-child {
    margin-right: 0px;
}
.gg_four a img{
    width: 285px;
    height: 60px;
}
.gg_eight {
    width: 1200px;
	overflow:hidden;  
}
.gg_eight a{
    display: block;
	float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.gg_eight a:nth-child(4n) {
    margin-right: 0px;
}
.gg_eight a img{
    width: 292.5px;
    height: 60px;
}
.gg_zb {text-align: center;}
.gg_zb img {width:360px;}
/*中间*/
.xxzw_box{
    position: relative;
}
.xxzw_box .outBox {
    width: 785px;
    height: 230px;
}
.xxzw_box .outBox .outBox-sub {
	width:390px;
}
.xxzw_box .hd_tab_w{
}
.xxzw_box .hd_tab_w li{
    display:inline-block;
    width: 126px;
    height: 42px;
    margin-right: 20px;
}
.xxzw_box .hd_tab_w .box_double{
    background: #e7ebf1;
    border-radius: 10px;
}
.xxzw_box .hd_tab_w .box_double .title{
    width: 100%;
    height: 100%;
}

.xxzw_box .hd_tab_w .box_double .title a{
    display: inline-block;
    width: 100%;
    line-height: 42px;
    font-size:16px;
    color:#3963b1;
    text-align: center;
}
.news_box_tab{
    background-color: #fff;
    padding-top: 20px;
}
.news_box_tab .inHd ul,
.news_box_tab .hd ul{
    display: inline-block;
    height: 30px;
}
.news_box_tab .inHd ul li,
.news_box_tab .hd ul li{
    display: inline-block;
    width: 75px;
    height: 30px;
    margin-right: 20px;
    border-radius: 10px;
    background: #bfbfbf;
}
.news_box_tab .inHd .title,
.news_box_tab .hd .title{
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 17px;
}
.news_box_tab .inHd .title a,
.news_box_tab .hd .title a{
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: inline-block;
}
.news_box_tab .inHd .title span,
.news_box_tab .hd .title span{
    font-size: 14px;
    line-height: 30px;
    color: #fffefe;
}
.news_box_tab .inHd .on,
.news_box_tab .hd .on{
    background:#ff4949!important;
}
.news_box_tab .inBd .news_box_tab_con{
    display: inline-block;
    width: 372px;
    height: 30px;
    line-height: 30px;
    margin-right: 41px;
    float: left;
}
.news_box_tab .inBd .news_box_tab_con:nth-child(2n){
    margin-right: 0px;
}
.news_box_tab .inBd .news_box_tab_con a{
    /*display: block;*/
    width: 374px;
    font-size:16px;
    color:#333;
    height: 30px;
    line-height: 30px;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;

}
.news_box_tab .inBd .news_box_tab_con:hover a{
    color:#ee1c25;
}


/*中间右侧*/
.center_right .news_box_tab{
    width: 372px;
}
.center_right .news_box_tab .news_box_con{
    height: 36px;
    line-height: 36px;
}
.center_right .news_box_tab .news_box_con a{
    display: block;
    height: 36px;
    line-height: 36px;
	font-size:16px;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
}
.center_right .news_box_tab .news_box_con:hover a{
    color:#ee1c25;
}
.center_right .xxsw_box .sw_box_con{
    padding-top: 20px;
}
.center_right .xxsw_box .sw_box_con>div{
    width: 372px;
    height: 192px;
    margin-bottom: 15px;
}
.center_right .xxsw_box .sw_box_con>div img{
    width: 372px;
    height: 192px;
}
/*宝庆时评/新闻热点/阅报栏*/
.bq_box {
    overflow: hidden;
}
.bq_title {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
}
.bq_title a {color: #000;}
.bq_box .bq_box_l,.bq_box .bq_box_m
{
    width:430px;
    float:left;
    margin-right:30px;
}
.bq_box .bq_box_r {
    width:280px;
    float:left;    
}
.bq_con_pic img {
    width:280px;
}
.bq_con_list {background: #f9f9f9;padding: 10px;}
.bq_con_list li a{
    font-size: 16px;
    height: 37px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bq_ad {
    width: 380px;
    height: 80px;
    display: flex;    
}
.bq_ad a{
    display: block;
    margin-right: 25px;
}
.bq_ad a:last-child {
    margin-right: 0px;
}
.bq_ad a img{
    width: 110px;
    height: 50px;
    border-radius: 10px;
}

.picScroll_bao .bd {
    position: relative;
    width: 280px;
    overflow: hidden;
    margin: 0 auto;
}

.picScroll_bao .bd .img_box {
    float: left;
    width: 180px;
    height: 270px;
}

.picScroll_bao .bd li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 280px;
    height: 315px;
    transition: .2s ease;
	text-align: center;
}

.picScroll_bao .bd li a {
    padding: 10px;
    box-sizing: border-box;
    display: block;
}

.picScroll_bao .bd li img {
    width: 180px;
    height: 276px;
    vertical-align: bottom;
    box-shadow: 0px 0px 10px 2px #ccc;
}
.picScroll_bao .bd li p {
text-align:center;
line-height: 40px;
height: 40px;
}
.picScroll_bao .bd .prev,
.picScroll_bao .bd .next{
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 130px;
    transform: translateY(-50%);
    cursor: pointer;
    width:20px;
    height:50px;
    background: url("/resource/img/left-arrow1.png") center center no-repeat;
    opacity: 0.5;
    background-size: contain;
}
.picScroll_bao .bd .next {
    background: url("/resource/img/right-arrow1.png") center center no-repeat;
    background-size: contain;
}

.picScroll_bao .bd .prev {
    left: 5px;
	display:none;
}

.picScroll_bao .bd .next {
    right: 5px;
	display:none;
}


/*新闻北海创城热线珠城法治*/
.cj_box4lie {
    overflow: hidden;
}
.cj_box4lie .cj_title4lie {border-bottom: 0px solid #eee;}
.cj_box4lie .cj_title4lie a{
    display: inline-block;
    width: 200px;
    line-height: 40px;
    font-size:20px;
    border-bottom: 0px solid #ee1c25;
    font-weight: bold;
}
.cj_box4lie .cj_box_l4lie,.cj_box4lie .cj_box_m4lie
{
    width:285px;
    float:left;
    margin-right:20px;
}
.cj_box4lie .cj_box_r4lie {
    width:285px;
    float:left;    
}
.cj_con_pic4lie {
    position: relative;
    width: 285px;
    height: 161px;
    overflow: hidden;
}
.cj_con_list4lie{
	background: #f9f9f9;
    padding: 10px;
}
.cj_con_pic4lie img {
    width:285px;
    height: 161px;
    transition: .3s ease;
}
.cj_con_pic4lie img:hover{
    transform: scale(1.1);
    transition: .3s ease;
}
.cj_con_pic4lie p {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0px;
    width:100%;
    height: 35px;
    line-height: 35px;
    color:#fff;
    text-align: center;
    font-size: 16px;
}


.cj_con_list4lie li a{
    font-size: 16px;
    height: 37px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*热评文学特刊*/

.cj_box {
    overflow: hidden;
}
.cj_box .cj_title {border-bottom: 0px solid #eee;}
.cj_box .cj_title a{
    display: inline-block;
    width: 200px;
    line-height: 40px;
    font-size:20px;
    border-bottom: 0px solid #ee1c25;
    font-weight: bold;
}
.cj_box .cj_box_l,.cj_box .cj_box_m
{
    width:380px;
    float:left;
    margin-right:30px;
}
.cj_box .cj_box_r {
    width:380px;
    float:left;    
}
.cj_con_pic {
    position: relative;
    width: 380px;
    height: 266px;
    overflow: hidden;
}
.cj_con_list{
	background: #f9f9f9;
    padding: 10px;
}
.cj_con_pic img {
    width:380px;
    height: 266px;
    transition: .3s ease;
}
.cj_con_pic img:hover{
    transform: scale(1.1);
    transition: .3s ease;
}
.cj_con_pic p {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0px;
    width:100%;
    height: 35px;
    line-height: 35px;
    color:#fff;
    text-align: center;
    font-size: 16px;
}

.cj_hd_pic {width:380px;}
.cj_hd_pic li {position: relative;height: 128px;overflow:hidden;margin-bottom:10px;}
.cj_hd_pic li:last-child {margin-bottom:0px;}
.cj_hd_pic img {
    width:380px;
    height: 128px;
    transition: .3s ease;
}
.cj_hd_pic img:hover{
    transform: scale(1.1);
    transition: .3s ease;
}
.cj_hd_pic p {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0px;
    width:100%;
    height: 35px;
    line-height: 35px;
    color:#fff;
    text-align: center;
    font-size: 16px;
}

.cj_fw_pic {width:380px;overflow: hidden;}
.cj_fw_pic li {position:relative;height:128px;overflow:hidden;margin-bottom:10px;width:185px;float:left;margin-right:10px;}
.cj_fw_pic li:nth-child(2n){margin-right:0px;}  
.cj_fw_pic li:last-child{margin-bottom:0px;}  
.cj_fw_pic li:nth-child(3){margin-bottom:0px;}   
.cj_fw_pic img {
    width:185px;
    height: 128px;
    transition: .3s ease;
}
.cj_fw_pic img:hover{
    transform: scale(1.1);
    transition: .3s ease;
}
.cj_fw_pic p {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0px;
    width:100%;
    height: 35px;
    line-height: 35px;
    color:#fff;
    text-align: center;
    font-size: 16px;
}

.cj_con_list li a{
    font-size: 16px;
    height: 37px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*县区*/
.xq_box {overflow: hidden;}
.xq_box .title {border-bottom:0px solid #eee;}
.xq_box .title a{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-size:20px;
    border-bottom: 0px solid #ee1c25;
    font-weight: bold;
}
.xq_box_left {width: 818px;}
.xq_box_left .xq_con {width:380px;}
.xq_con_list {background: #f9f9f9;padding: 10px;}
.xq_con_list li a{
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xq_ad {
    width: 380px;
    margin-top: 8px;
}
.xq_ad a{
	float:left;
    display: block;
    margin-right: 10px;
}
.xq_ad a:last-child {
    margin-right: 0px;
}
.xq_ad a img{
    width: 185px;
    height: 60px;
}
.xq_box_left_pic{width: 406px;float: right;}
.xq_box_left_pica {background:#f9f9f9;}
.xq_box_left_pica:hover {background: #e1f1ff;}
.xq_box_left_pica .img_box{width:406px;height:260px;overflow: hidden;}
.xq_box_left_pica .img_box img{width:406px;height:260px;transition: .3s ease;}
.xq_box_left_pica .img_box img:hover{transform: scale(1.1);transition: .3s ease;}
.xq_box_left_pica p {     
    width:100%;
    height: 51px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
	padding: 5px;
    box-sizing: border-box;
}
.xq_box_left_picb {margin-top:10px;}
.xq_box_left_picb li {float: left;margin-right: 20px;width:193px;overflow: hidden;position: relative;background:#f9f9f9;}
.xq_box_left_picb li:hover {background: #e1f1ff;}
.xq_box_left_picb li:last-child {margin-right: 0px;}
.xq_box_left_picb .img_box{width:193px;height:130px;overflow: hidden;}
.xq_box_left_picb .img_box img{width:193px;height:130px;transition: .3s ease;}
.xq_box_left_picb .img_box img:hover{transform: scale(1.1);transition: .3s ease;}
.xq_box_left_picb p {        
    width:100%;
    height: 61px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
	padding: 5px;
    box-sizing: border-box;
}

.xq_box_right {width: 350px;}
.xq_box_right_pic {}
.xq_box_right_pic li {position: relative;margin-bottom: 10px;}
.xq_box_right_pic .img_box{width:350px;height: 120px;overflow: hidden;}
.xq_box_right_pic .img_box img{width:350px;height: 120px;transition: .3s ease;}
.xq_box_right_pic .img_box img:hover{transform: scale(1.1);transition: .3s ease;}
.xq_box_right_pic p {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0px;
    width:100%;
    height: 35px;
    line-height: 35px;
    color:#fff;
    text-align: center;
    font-size: 16px;
}


/*zhibo*/
.mtjz_box{
    padding-bottom:20px;
}
.mtjz_box .mtjz_box_con{
    margin-top: 10px;
}
.mtjz_box .mtjz_box_con ul{
    width: 1200px;
    overflow: hidden;
}
.mtjz_box .mtjz_box_con ul li{
    width: 232px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;	 
    background:#f9f9f9;
}
.mtjz_box .mtjz_box_con ul li:hover{
    background: #e1f1ff;
}
.mtjz_box .mtjz_box_con ul li:nth-child(5n){
    margin-right: 0px;
}  

.mtjz_box .mtjz_box_con ul li .img_box{
    width: 232px;
    height: 130px;
    overflow: hidden;
}
.mtjz_box .mtjz_box_con ul li .img_box img{
    width: 232px;
    height: 130px;
    transition: .3s ease;
}
.mtjz_box .mtjz_box_con ul li .img_box img:hover{transform: scale(1.1);transition: .3s ease;}
.mtjz_box .mtjz_box_con ul li .tit_box{
    width: 232px;
    height:130px;
    line-height:24px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
	padding: 5px;
    box-sizing: border-box; 
}


/*链接*/
.lj_box{
    padding: 20px 110px;
	text-align:center;
}
.lj_box a{
    margin-right: 10px;line-height:30px;font-size:16px;
}

.jubao {padding-top:20px;}
.jubao img {width:180px;}
.jubao a {float:left;}
.jubao a:nth-child(1) {float:right;}

/*float_ad*/
.float_ad {display:none;}
.float_ad_l {position:fixed;left:40px;top:345px;}
.float_ad_r {position:fixed;right:40px;top:345px;}
.float_ad img {width:100px;}
.float_ad span {display:block;position:absolute;right:0px;bottom:-15px;width:12px;height:12px;background:url(/resource/img/close_btn.png);background-position:0px 0px;cursor:pointer;}

